[INFO] cloning repository https://github.com/McArthur-Alford/Hackathon2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/McArthur-Alford/Hackathon2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcArthur-Alford%2FHackathon2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcArthur-Alford%2FHackathon2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e4d49950f27d6473b6c6843d962bd056d2bc778
[INFO] checking McArthur-Alford/Hackathon2023 against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcArthur-Alford%2FHackathon2023" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/McArthur-Alford/Hackathon2023
[INFO] finished tweaking git repo https://github.com/McArthur-Alford/Hackathon2023
[INFO] tweaked toml for git repo https://github.com/McArthur-Alford/Hackathon2023 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/McArthur-Alford/Hackathon2023 on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/McArthur-Alford/Hackathon2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343
[INFO] running `Command { std: "docker" "start" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking typedef v0.3.2
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking parking_lot_core v0.3.1
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.47
[INFO] [stderr]     Checking pyro v0.2.5
[INFO] [stderr]    Compiling pest v2.7.2
[INFO] [stderr]    Compiling pest_meta v2.7.2
[INFO] [stderr]    Compiling pest_generator v2.7.2
[INFO] [stderr]    Compiling pest_derive v2.7.2
[INFO] [stderr]     Checking hackathon2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Cell` and `RefCell`
[INFO] [stdout]  --> src/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cell::{Cell, RefCell};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Rc` and `Weak`
[INFO] [stdout]   --> src/main.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::rc::{Rc, Weak};
[INFO] [stdout]    |               ^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/main.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 72 |         Rule::var => (process_variable(contents)),
[INFO] [stdout]    |                      ^                          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -         Rule::var => (process_variable(contents)),
[INFO] [stdout] 72 +         Rule::var => process_variable(contents) ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/main.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     (Symbol::Text(string))
[INFO] [stdout]    |                     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -                     (Symbol::Text(string))
[INFO] [stdout] 65 +                     Symbol::Text(string) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Cell` and `RefCell`
[INFO] [stdout]  --> src/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cell::{Cell, RefCell};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Rc` and `Weak`
[INFO] [stdout]   --> src/main.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::rc::{Rc, Weak};
[INFO] [stdout]    |               ^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/main.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 72 |         Rule::var => (process_variable(contents)),
[INFO] [stdout]    |                      ^                          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -         Rule::var => (process_variable(contents)),
[INFO] [stdout] 72 +         Rule::var => process_variable(contents) ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/main.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     (Symbol::Text(string))
[INFO] [stdout]    |                     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -                     (Symbol::Text(string))
[INFO] [stdout] 65 +                     Symbol::Text(string) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     let mut chars = string.chars();
[INFO] [stdout]    |                         ----^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mut inner: Pairs<Rule> = pair.into_inner();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/main.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let id = inner.next().unwrap();
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `out` is never read
[INFO] [stdout]    --> src/main.rs:161:23
[INFO] [stdout]     |
[INFO] [stdout] 161 |           let mut out = (false, false, false);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] 162 | /         out = (
[INFO] [stdout] 163 | |             self.0.symbol_eq(&other.0),
[INFO] [stdout] 164 | |             self.1.symbol_eq(&other.1),
[INFO] [stdout] 165 | |             self.2.symbol_eq(&other.2),
[INFO] [stdout] 166 | |         );
[INFO] [stdout]     | |_________- `out` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:358:9
[INFO] [stdout]     |
[INFO] [stdout] 358 |     let mut fresh_id: usize = 10;
[INFO] [stdout]     |         ----^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timekeeper`
[INFO] [stdout]    --> src/main.rs:458:21
[INFO] [stdout]     |
[INFO] [stdout] 458 |         if let Some(timekeeper) = &timekeeper {
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timekeeper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `activate` is never used
[INFO] [stdout]    --> src/main.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 209 | impl AlphaNode {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] 210 |     fn activate(&mut self, wme: WME) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     let mut chars = string.chars();
[INFO] [stdout]    |                         ----^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mut inner: Pairs<Rule> = pair.into_inner();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/main.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let id = inner.next().unwrap();
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `out` is never read
[INFO] [stdout]    --> src/main.rs:161:23
[INFO] [stdout]     |
[INFO] [stdout] 161 |           let mut out = (false, false, false);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] 162 | /         out = (
[INFO] [stdout] 163 | |             self.0.symbol_eq(&other.0),
[INFO] [stdout] 164 | |             self.1.symbol_eq(&other.1),
[INFO] [stdout] 165 | |             self.2.symbol_eq(&other.2),
[INFO] [stdout] 166 | |         );
[INFO] [stdout]     | |_________- `out` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:358:9
[INFO] [stdout]     |
[INFO] [stdout] 358 |     let mut fresh_id: usize = 10;
[INFO] [stdout]     |         ----^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timekeeper`
[INFO] [stdout]    --> src/main.rs:458:21
[INFO] [stdout]     |
[INFO] [stdout] 458 |         if let Some(timekeeper) = &timekeeper {
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timekeeper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `activate` is never used
[INFO] [stdout]    --> src/main.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 209 | impl AlphaNode {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] 210 |     fn activate(&mut self, wme: WME) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s
[INFO] running `Command { std: "docker" "inspect" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343", kill_on_drop: false }`
[INFO] [stdout] c196b0c5f248b5724462d4a9b8e6b476556e56996afc0b14d825850f26891343
